home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10792 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.sover.net!news
  2. From: mountain@sover.net (Steve Mount)
  3. Newsgroups: comp.lang.c,comp.unix.questions,comp.unix.programmer
  4. Subject: Re: beginner needs your help ASAP
  5. Date: 20 Mar 1996 03:03:15 GMT
  6. Organization: SoVerNet, Inc.
  7. Distribution: world
  8. Message-ID: <4inshk$hic@thrush.sover.net>
  9. References: <4in3s5$a7a@risky.ecs.umass.edu>
  10. NNTP-Posting-Host: pm1a3.mid.sover.net
  11. Mime-Version: 1.0
  12. Content-Type: Text/Plain; charset=US-ASCII
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <4in3s5$a7a@risky.ecs.umass.edu>, sebag@ecs.umass.edu says...
  16. >
  17. >
  18. >I am a new C programmer who would like to do some basic graphics.
  19. >I am using a UNIX machine and I am logging on through telnet.
  20. >I would like to clear the screen, and write characters at different
  21. >places on the screen. If I used printf, it would print on the next
  22. >line. I am trying to choose where on the screen the characters go.
  23. >Is this easy to do? 
  24.  
  25. It is pretty easy, but it is best you look at sample code.  Use the man 
  26. command to look up termdef or terminfo (your machine will use one or the 
  27. other or both).  The man page may have sample code or links to sample
  28. code.  Since these functions are pretty near specific to unix and its
  29. variants, I would suggest future posts go to a unix-related group.  
  30. You'll get more helpful help, and you won't get flamed (or ignored)
  31. as some who frequent here tend to do.
  32.  
  33. +============================================================================+
  34. | Steve Mount, Software Engineer            Work: sjjm@hawkeye.idx.com       |
  35. | CIS: 73720,3404  MSN: S_Mountain          Home: mountain@sover.net         |
  36. | AOL: Mountain                                                              |
  37. | WWW: http://www.sover.net/~mountain/      "Fight, Win, Prevail!"           |
  38. +============================================================================+
  39.  
  40.